home *** CD-ROM | disk | FTP | other *** search
- .TH SNOC
- 6 "IRIT Version 6.0"
- .SH NAME
- SNOC
-
-
-
- SNOC( AnyType Object, ListType ListObject )
-
- Similar to the lisp cons operator but puts the new Object in the
- end of the list ListObject instead of the beginning, in place.
-
- Example:
-
- Lst = list( axes );
- SNOC( Srf, Lst );
-
- and now Lst is equal to the list 'list( axes, Srf )'.
-